home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _3A17F38C40DA466A947D9AE2B004020E < prev    next >
Encoding:
Text File  |  2004-04-27  |  578 b   |  33 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("decal")
  6.  
  7.     pass()
  8.     {
  9.         tmu()
  10.         {
  11.             texgen("world_position")
  12.             usertexmtx(0)
  13.             texture()
  14.             {
  15.                 image( "CH_T_Blob.png" )
  16.                 addressfunc("clamp", "clamp", "clamp")
  17.             }
  18.             alphaop("arg2", "texture", "tfactor", "current")
  19.         }
  20.  
  21.         blendfunc( "zero", "inv_src_color" )
  22.         depthfunc( "lequal", 0 )
  23.  
  24.         //depthbias(-0.00002,-0.3)
  25.         tfactor(0,0,0,0)
  26.  
  27.         blackfog()
  28.     }
  29. }
  30.  
  31.  
  32.  
  33.